|
|
 |
 |
To access the contents, click the chapter and section titles.
Sams Teach Yourself MCSE Windows NT Server 4 in 14 Days
(Publisher: Macmillan Computer Publishing)
Author(s): David Schaer, et al
ISBN: 0672311283
Publication Date: 12/15/97
12.8. Translation Tables for NetWare and NT Permissions and Attributes
Tables 12.2, 12.3, and 12.4 elaborate on directory and file permission translation and file attribute equivalence between NT and NetWare. Translation occurs at the time of actual migration. With file attributes where no direct translation to NTFS attributes exists, the attributes are ignored.
| Table 12.2. Directory rights equivalence.
|
|
|
| NetWare Rights
| Windows NT 4.0
| (NTFS Permissions)
|
|
|
|
|
| Supervisor (S)
| Full Control
| (All) (All)
|
|
| Read (R)
| Read
| (RX) (RX)
|
|
| Create
| Add
| (WX) (Not Specified)
|
|
| Erase (E)
| Change
| (RWXD) (RWXD)
|
|
| Access Control (A)
| Change
| (P) (P)
|
|
| Modify (M)
| Change
| (RWXD) (RWXD)
|
|
| File Scan (F)
| List
| (RX) (Not Specified)
|
|
| Write (W)
| Change
| (RWXD) (RWXD)
|
|
|
|
| Table 12.3. File rights equivalence.
|
|
|
| NetWare Rights
| Windows NT 4.0
| (NTFS Permissions)
|
|
|
|
|
| Supervisor (S)
| Full Control
| (All)
|
|
| Read (R)
| Read
| (RX)
|
|
| Erase (E)
| Change
| (RWXD)
|
|
| Access Control (A)
| Change
| (P)
|
|
| Modify (M)
| Change
| (RWXD)
|
|
| Write (W)
| Change
| (RWXD)
|
|
|
|
| Table 12.4. File attributes equivalence.
|
|
|
| NetWare Attribute
| Windows NT 4.0
| (NTFS Attributes)
|
|
|
|
|
| Delete Inhibit
| (None)
|
|
|
| Read Only (RO)
| Read Only
| (R)
|
|
| Rename Inhibit (RI)
| (None)
|
|
|
| Archive (A)
| Archive
| (A)
|
|
| Hidden (H)
| Hidden
| (H)
|
|
| System (S)
| System
| (S)
|
|
| Copy Inhibit (CI)
| (None)
|
|
|
| Read/Write (RW)
| (None)
|
|
|
| Execute Only (EO)
| (None)
|
|
|
| Shareable (SH)
| (None)
|
|
|
| Transactional (T)
| (None)
|
|
|
| Indexed (I)
| (None)
|
|
|
| Purge (P)
| (None)
|
|
|
| Read Audit (RA)
| (None)
|
|
|
| Write Audit (WA)
| (None)
|
|
|
|
12.9. Selecting Logging Options
Troubleshooting NWCONV is significantly easier with its built-in error-logging functions. As shown in Figure 12.28, you can set three levels of logging when you click the Logging options button on the main Migration Tool for NetWare dialog box:
- Popup on Errors: On each error during the migration process, a dialog box explains every error encountered.
- Verbose User/Group Logging: Summary-level information is captured for each user migrated. Information such as grace logons, password lengths, time restrictions, account expiration, and so on appears in the LOGFILE.LOG if you check this option.
- Verbose File Logging: A detail for every directory and file migrated to the NTFS partition is generated.
Figure 12.28. Setting for verbose logging of users and groups.
|